summaryrefslogtreecommitdiffstats
path: root/tests/SchematicFileSerializer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-27/+3
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-1/+1
* Remove DoesDropOnUnsuitableTiger Wang2021-03-151-9/+0
* zlib -> libdeflate (#5085)Tiger Wang2021-01-112-4/+3
* cBlockInfo: further cleanup (#5001)Tiger Wang2020-10-181-16/+0
* Fix Android builds (#4998)Tiger Wang2020-10-151-48/+48
* Unify block entity pickup conversionTiger Wang2020-09-251-1/+1
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-30/+24
* BlockHandler: no dynamic allocation (#4862)Tiger Wang2020-09-171-10/+3
* Fixup test block handler stubsTiger Wang2020-08-041-17/+1
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-6/+1
* Vector3 in Handlers (#4680)Mattes D2020-04-211-4/+5
* More Vector3 in cBlockHandler (#4644)Mattes D2020-04-171-1/+1
* Manage block entity lifetime with unique_ptr (#4080)peterbell102020-04-031-2/+2
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-3/+2
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-21/+15
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-7/+6
* Improved testing framework. (#4376)Mattes D2019-08-261-17/+5
* Add the fmt library (#4065)peterbell102018-01-031-1/+2
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-1/+1
* cBlockHandler: take player by refpeterbell102017-08-011-3/+3
* Check for intersection between placed blocks and entities. (#3850)Lane Kolbly2017-07-281-0/+14
* BigFlower fixes (#3826)peterbell102017-07-071-1/+1
* cBlockInfo static initialisation (#3832)peterbell102017-07-031-4/+6
* cBlockArea supports block entities. (#3795)Mattes D2017-06-241-0/+35
* Removed the LeakFinder for Windows. (#3777)Mattes D2017-06-191-5/+2
* Gen: Moved PiecePool into a separate file.Mattes D2017-05-041-1/+1
* Fixed type-casting-related warnings.Mattes D2016-08-241-3/+1
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-2/+0
* SelfTests: Moved SchematicFileSerializer test into a separate project.Mattes D2016-06-183-0/+329